home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Games World / Game Utilities / GameMakerLite v1.1 / GameMaker Lite v1.1 / GameMaker Lite v1.1.rsrc / TEXT_132_Go Menu.txt < prev    next >
Text File  |  1998-02-19  |  4KB  |  80 lines

  1. GO MENU
  2.  
  3. FIRST CARD
  4. Makes card #1 the current card.
  5.  
  6.  
  7. PREVIOUS/NEXT
  8. Goes to the previous card or next card.
  9.  
  10.  
  11. LAST CARD
  12. Makes card #250 the current card.
  13.  
  14.  
  15. GO TO CARD
  16. Displays a dialog box allowing you to select a card by name or number.
  17.  
  18.  
  19. CARD INFO
  20. Displays a dialog box allowing you to name the card and choose other options. Options under "When card opens" will be executed after the picture and text are drawn, but before the buttons are displayed.
  21.  
  22. Card #
  23. Lets you name the current card. Cards can be linked by name or number.
  24.  
  25. Play sound
  26. Use the pop-up menu to select a sound to be played when the card opens. Sounds must be in your game document as "snd " resources in order for them to be listed in the pop-up menu.
  27.  
  28. Try Sound
  29. Plays the currently selected sound. Use this to sample the sounds in the list.
  30.  
  31. Delay while sound plays
  32. If this box is checked, the game will pause while the selected sound is played. This is useful for long playing sounds so that the card's buttons will not be displayed until the sound is finished.
  33.  
  34. Time delay
  35. Lets you select a time delay. A delay of 100 is equal to 1 second. This is useful for slow animation or self running presentations. The maximum delay is 10 seconds (1000).
  36.  
  37. Go to card
  38. Lets you choose a card to go to before any buttons are displayed. This is used for animation or self running presentations. Pictures and text are displayed before going to the next card.
  39.  
  40.  
  41. GAME OPTIONS
  42. Displays a window allowing you to choose the following options:
  43.  
  44. Frame Picture
  45. Draws a frame around pictures in Run Mode and compiled applications.
  46.  
  47. Frame Text
  48. Draws a frame around text in Run Mode and compiled applications.
  49.  
  50. Card Names in Window Title
  51. Displays the card name in the window title (Displays program name if not selected).
  52.  
  53. Disable Options Above in Card #1
  54. Disables all of the above options for card #1.
  55.  
  56. Setup as Presentation
  57. Changes the name of the "Begin Game" button to "Next" and eliminates the "Open Game" button in card #1. It also makes your game use minimal menus. This is useful for making help files, presentations, E-zines, photo albums, etc.
  58.  
  59.  
  60. APPLICATION SETUP
  61. Displays a dialog window for customizing your finished application.
  62.  
  63. File Type
  64. Lets you choose a four character file type to be used for documents that are saved while running your compiled application. Documents can then be double-clicked from the Finder to open your application.
  65.  
  66. Get Info String
  67. This text will be visible in the version area of the Finder's Get Info window for your compiled application.
  68.  
  69. Requires Color Monitor
  70. If your game has color graphics you may want to select this option. Selecting this has no effect on GameMaker, but your compiled games will check for a color monitor. If the monitor does not have at least 16 colors or grays, a message will be displayed telling the user that a color monitor is required.
  71.  
  72. Icon
  73. Lets you choose a custom Finder icon for your application. In some cases, after creating an application, you may need to rebuild the desktop for the Finder to properly display the icon for the application. Press the Option & Command keys while restarting your computer to rebuild the desktop.
  74.  
  75. About Box
  76. This text will be displayed in the About Box when the About menu (first item in the Apple Menu) is selected in a compiled application. This will not be displayed in Run Mode in the GameMaker environment.
  77.  
  78.  
  79. SOUNDS
  80. Allows you to remove, import, and record sounds for the current project. Please see the "Sounds" help topic for more information.